net/http.Server.inShutdown (field)

4 uses

	net/http (current package)
		server.go#L3067: 	inShutdown atomic.Bool // true when server is in shutdown
		server.go#L3091: 	s.inShutdown.Store(true)
		server.go#L3141: 	s.inShutdown.Store(true)
		server.go#L3616: 	return s.inShutdown.Load()